home *** CD-ROM | disk | FTP | other *** search
- { Start with the MacApp seed project shipped with THINK Pascal. }
- { Add all generated files, as well as UAMLibaryM.p, and then drag }
- { the AppMaker-generated files into the following build order: }
-
- { THINK and MacApp files }
-
- { ---BuildOrder.p% %}
- { UAMLibraryM.p% %}
- { ResourceDefs.p% %}
- %for each dialog gen buildOrder%
- %for each window gen buildOrder%
- { U%appname%Doc.p% %}
- { U%appname%.p% %}
- { M%appname%.p% %}
-
- { Be sure to designate the AppMaker document as this project's }
- { resource file. The procedure is as follows: }
- { (1) Choose "Run Options…" from the Run menu. }
- { (2) Click on the "Use Resource File" check box. }
- { (3) Choose the AppMaker resource file from the scrolling list. }
- { (4) Click the "Use" button. }
- { (5) Click the "OK" button. }
-
- Unit BuildOrder;
- Interface
- Implementation
- End.
-